GrapeCity.CalcEngine.Functions Namespace > CalcRoundDownFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 2 items: number, num_digits.
Number is any real number that you want rounded down.
Num_digits is the number of digits to which you want to round number.
'Usage Dim instance As CalcRoundDownFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 2 items: number, num_digits.
Number is any real number that you want rounded down.
Num_digits is the number of digits to which you want to round number.
Target Platforms: Windows Server 2012, Windows RT